home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / Batch.ini < prev    next >
Encoding:
INI File  |  2008-01-17  |  732 b   |  25 lines

  1. [Comment]
  2. 1=*************************************************************
  3. 2= <b>Syntax: Batch Command Lanugage</b>                       
  4. 3= <b>Author: Steve Ravine</b>                                 
  5. 4= <b>Version: 1.10</b>                                        
  6. 5= <b>Date: 7/20/2006</b>                                      
  7. 6=                                                             
  8. 7=*************************************************************
  9.  
  10. [MultiHighlight]
  11. Syntax=
  12. File=
  13.  
  14. [Sample]
  15. 1=@echo on
  16. 2=cd Media
  17. 3=Rem Daily Comics ----------------------------------
  18. 4=move /y ???.jpg "F:\Media\Comic Strips\Inverloch\"
  19. 5=copy /y *.adr "D:\Internet\Opera\profile\"
  20. 6=pause
  21. 7=@echo off
  22. 8=cd\
  23. 9=Exit
  24.  
  25.